Package jeresources.util
Class ReflectionHelper
java.lang.Object
net.minecraftforge.fml.util.ObfuscationReflectionHelper
jeresources.util.ReflectionHelper
public class ReflectionHelper
extends net.minecraftforge.fml.util.ObfuscationReflectionHelper
-
Nested Class Summary
Nested classes/interfaces inherited from class net.minecraftforge.fml.util.ObfuscationReflectionHelper
net.minecraftforge.fml.util.ObfuscationReflectionHelper.UnableToAccessFieldException, net.minecraftforge.fml.util.ObfuscationReflectionHelper.UnableToFindFieldException, net.minecraftforge.fml.util.ObfuscationReflectionHelper.UnableToFindMethodException, net.minecraftforge.fml.util.ObfuscationReflectionHelper.UnknownConstructorException -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic Classstatic <T,E> T[] getPrivateArrayValue(Class<? super E> classToAccess, E instance, String fieldName) static <T,E> List<T> getPrivateArrayValueAsList(Class<? super E> classToAccess, E instance, String fieldName) static <T> voidinjectIntoFields(Class annotationClass, Class<T> instanceClass, T instance) static booleanisInstanceOf(Class clazz, Class checkClass) Methods inherited from class net.minecraftforge.fml.util.ObfuscationReflectionHelper
findConstructor, findField, findMethod, getPrivateValue, remapName, setPrivateValue
-
Constructor Details
-
ReflectionHelper
public ReflectionHelper()
-
-
Method Details
-
findClass
-
isInstanceOf
-
injectIntoFields
-
getPrivateArrayValueAsList
-
getPrivateArrayValue
-